projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163b385
)
(sigsetmask, _longjmp, _setjmp): #undef them.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Sep 1996 03:36:38 +0000
(
03:36
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 26 Sep 1996 03:36:38 +0000
(
03:36
+0000)
(_BSD_SIGNALS): Definition deleted.
src/s/irix5-0.h
patch
|
blob
|
history
diff --git
a/src/s/irix5-0.h
b/src/s/irix5-0.h
index 31754342d59aaa8fe15806adf9e38cd4acb74b2f..1799e34562de1d76461fdc38dd0a6464afa0a630 100644
(file)
--- a/
src/s/irix5-0.h
+++ b/
src/s/irix5-0.h
@@
-2,8
+2,9
@@
#define IRIX5
-/* We want BSD style signals. */
-#define _BSD_SIGNALS
+#undef sigsetmask /* use sys_sigsetmask */
+#undef _longjmp /* use system versions, not conservative aliases */
+#undef _setjmp
#define SETPGRP_RELEASES_CTTY